type net/http/pprof.handler

6 uses

	net/http/pprof (current package)
		pprof.go#L246: 	return handler(name)
		pprof.go#L249: type handler string
		pprof.go#L251: func (name handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
		pprof.go#L276: func (name handler) serveDeltaProfile(w http.ResponseWriter, r *http.Request, p *pprof.Profile, secStr string) {
		pprof.go#L354: var profileSupportsDelta = map[handler]bool{
		pprof.go#L397: 			handler(name).ServeHTTP(w, r)